.three-way-reservations {
  padding-top: 100px;
  padding-bottom: 20px;
}

.three-way-reservations--with-shadow {
  box-shadow: 0px 3px 6px #0000000d;
}

.three-way-reservations__title {
  margin-bottom: 32px !important;
  font-size: 30px;
  font-weight: 600;
  color: #303030;
}

.three-way-reservations__title-with-underline {
  margin-bottom: 10px !important;
}

.three-way-reservations__subtitle {
  font-size: 22px;
  line-height: 1.33;
  font-weight: 700;
  color: #303030;
}

.three-way-reservations__text {
  font-size: 15px;
  color: #505050;
  padding: 0;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.67;
}

.three-way-reservations__text li {
  color: #505050;
  font-weight: 400;
}

.three-way-reservations__row {
  row-gap: 30px;
}

.three-way-reservations__text--horizontal {
  margin-top: 40px;
  margin-bottom: 80px !important;
}

.three-way-reservations__item--horizontal {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  text-align: left;
}

.three-way-reservations__item-content--horizontal {
  width: 238px;
}

.three-way-reservations__row--3d > .col {
  min-width: 0;
}

.three-way-reservations__icon--3d {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  margin: 0 auto 16px;
  max-width: 520px;
  padding: clamp(10px, 5%, 22px);
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 10px 28px 0px rgba(13, 46, 36, 0.05);
}

.three-way-reservations__icon--3d picture {
  display: flex;
  width: 100%;
  height: 100%;
}

.three-way-reservations__icon--3d img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .three-way-reservations__row--3d > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.three-way-reservations__item--horizontal .three-way-reservations__icon {
  flex: 0 0 auto;
  height: 100px;
  width: auto;
}

.three-way-reservations__item--horizontal .three-way-reservations__icon--3d {
  height: auto;
  max-width: none;
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  aspect-ratio: auto;
}

.three-way-reservations__item--horizontal
  .three-way-reservations__icon--3d
  img {
  width: auto;
  height: auto;
}

.three-way-reservations__item--horizontal .three-way-reservations__icon img {
  max-width: 100%;
  height: auto;
}

.three-way-reservations__item--horizontal .three-way-reservations__text {
  margin-bottom: 0;
}

.three-way-reservations__number {
  font-size: 38px;
  line-height: 1.2;
  color: #303030;
}

@media only screen and (max-width: 767px) {
  .three-way-reservations__item--horizontal {
    justify-content: center;
  }
}

@media only screen and (max-width: 576px) {
  .three-way-reservations {
    padding-top: 50px !important;
  }

  .three-way-reservations__row {
    gap: 60px;
  }

  .three-way-reservations__title {
    margin-bottom: 32px !important;
  }

  .three-way-reservations__text {
    margin-bottom: 0;
  }
}
